Occurs after an item of the collection or the entire collection has changed.

Namespace:  C1.LiveLinq
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
event EventHandler<SourceChangeEventArgs<T>> Changed
Visual Basic
Event Changed As EventHandler(Of SourceChangeEventArgs(Of T))

See Also